- GFileError
alias GFileError = _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GFileTest
alias GFileTest = _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_basename
alias da_g_basename = const(gchar)* function(const(gchar)* file_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_build_filename
alias da_g_build_filename = gchar* function(const(gchar)* first_element, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_build_filenamev
alias da_g_build_filenamev = gchar* function(gchar** args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_build_path
alias da_g_build_path = gchar* function(const(gchar)* separator, const(gchar)* first_element, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_build_pathv
alias da_g_build_pathv = gchar* function(const(gchar)* separator, gchar** args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_dir_make_tmp
alias da_g_dir_make_tmp = gchar* function(const(gchar)* tmpl, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_file_error_from_errno
alias da_g_file_error_from_errno = GFileError function(gint err_no)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_file_error_quark
alias da_g_file_error_quark = GQuark function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_file_get_contents
alias da_g_file_get_contents = gboolean function(const(gchar)* filename, gchar** contents, gsize* length, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_file_open_tmp
alias da_g_file_open_tmp = gint function(const(gchar)* tmpl, gchar** name_used, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_file_read_link
alias da_g_file_read_link = gchar* function(const(gchar)* filename, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_file_set_contents
alias da_g_file_set_contents = gboolean function(const(gchar)* filename, const(gchar)* contents, gssize length, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_file_test
alias da_g_file_test = gboolean function(const(gchar)* filename, GFileTest test)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_get_current_dir
alias da_g_get_current_dir = gchar* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_mkdir_with_parents
alias da_g_mkdir_with_parents = gint function(const(gchar)* pathname, gint mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_mkdtemp
alias da_g_mkdtemp = gchar* function(gchar* tmpl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_mkdtemp_full
alias da_g_mkdtemp_full = gchar* function(gchar* tmpl, gint mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_mkstemp
alias da_g_mkstemp = gint function(gchar* tmpl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_mkstemp_full
alias da_g_mkstemp_full = gint function(gchar* tmpl, gint flags, gint mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_path_get_basename
alias da_g_path_get_basename = gchar* function(const(gchar)* file_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_path_get_dirname
alias da_g_path_get_dirname = gchar* function(const(gchar)* file_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_path_is_absolute
alias da_g_path_is_absolute = gboolean function(const(gchar)* file_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_path_skip_root
alias da_g_path_skip_root = const(gchar)* function(const(gchar)* file_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_basename
const(gchar)* g_basename(const(gchar)* file_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_build_filename
gchar* g_build_filename(const(gchar)* first_element, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_build_filenamev
gchar* g_build_filenamev(gchar** args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_build_path
gchar* g_build_path(const(gchar)* separator, const(gchar)* first_element, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_build_pathv
gchar* g_build_pathv(const(gchar)* separator, gchar** args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_dir_make_tmp
gchar* g_dir_make_tmp(const(gchar)* tmpl, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_file_error_from_errno
GFileError g_file_error_from_errno(gint err_no)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_file_error_quark
GQuark g_file_error_quark()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_file_get_contents
gboolean g_file_get_contents(const(gchar)* filename, gchar** contents, gsize* length, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_file_open_tmp
gint g_file_open_tmp(const(gchar)* tmpl, gchar** name_used, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_file_read_link
gchar* g_file_read_link(const(gchar)* filename, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_file_set_contents
gboolean g_file_set_contents(const(gchar)* filename, const(gchar)* contents, gssize length, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_file_test
gboolean g_file_test(const(gchar)* filename, GFileTest test)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_get_current_dir
gchar* g_get_current_dir()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mkdir_with_parents
gint g_mkdir_with_parents(const(gchar)* pathname, gint mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mkdtemp
gchar* g_mkdtemp(gchar* tmpl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mkdtemp_full
gchar* g_mkdtemp_full(gchar* tmpl, gint mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mkstemp
gint g_mkstemp(gchar* tmpl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mkstemp_full
gint g_mkstemp_full(gchar* tmpl, gint flags, gint mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_path_get_basename
gchar* g_path_get_basename(const(gchar)* file_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_path_get_dirname
gchar* g_path_get_dirname(const(gchar)* file_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_path_is_absolute
gboolean g_path_is_absolute(const(gchar)* file_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_path_skip_root
const(gchar)* g_path_skip_root(const(gchar)* file_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_basename
da_g_basename g_basename;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_build_filename
da_g_build_filename g_build_filename;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_build_filenamev
da_g_build_filenamev g_build_filenamev;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_build_path
da_g_build_path g_build_path;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_build_pathv
da_g_build_pathv g_build_pathv;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_dir_make_tmp
da_g_dir_make_tmp g_dir_make_tmp;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_file_error_from_errno
da_g_file_error_from_errno g_file_error_from_errno;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_file_error_quark
da_g_file_error_quark g_file_error_quark;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_file_get_contents
da_g_file_get_contents g_file_get_contents;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_file_open_tmp
da_g_file_open_tmp g_file_open_tmp;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_file_read_link
da_g_file_read_link g_file_read_link;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_file_set_contents
da_g_file_set_contents g_file_set_contents;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_file_test
da_g_file_test g_file_test;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_get_current_dir
da_g_get_current_dir g_get_current_dir;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mkdir_with_parents
da_g_mkdir_with_parents g_mkdir_with_parents;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mkdtemp
da_g_mkdtemp g_mkdtemp;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mkdtemp_full
da_g_mkdtemp_full g_mkdtemp_full;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mkstemp
da_g_mkstemp g_mkstemp;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mkstemp_full
da_g_mkstemp_full g_mkstemp_full;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_path_get_basename
da_g_path_get_basename g_path_get_basename;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_path_get_dirname
da_g_path_get_dirname g_path_get_dirname;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_path_is_absolute
da_g_path_is_absolute g_path_is_absolute;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_path_skip_root
da_g_path_skip_root g_path_skip_root;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.